Jest wymagane, aby rozumia co robisz ;)
Innymi sowy - wszystko co robisz, robisz na swoje ryzyko.
Autor nie bierze adnej odpowiedzialnoci za uszkodzenia tunera, lub inne problemy.
Podzikowania dla wszystkich programistw wspierajcych projekt Duckbox, w szczeglnociespecially GOst, nit, schichu, Mira4, @helftheo.

1.Opis:
	Ten dokument wyjania szczegowo sposb korzystania z DuckBA, jego komend i opcji. Jeeli nie jeste zainteresowany tymi informacjami, po prostu skorzystaj z kieszonkowego konsultanta.

2a.Instalacja w tunerze z zainstalowanym softem opartym na projekcie duckbox (E2/Neutrino):
	DuckBA uywa partycji mtdblock3 w celu wymiany danych pomidzy kernelem a uboot-em. Standardowo ta partycja jest zamapowana do katalogu /boot,
	Instalacja DuckBA zmienia konfiguracj E2/N w taki sposb, aby partycja mtdblock3 przestaa byc uywana.
	Krokis:
	- Wgraj archiwum DuckBA.tar.gz do katalogu /tmp
	- Uruchom telnet i wpisz
		- cd /
		- tar -xzf /tmp/DuckBA.tar.gz
		- cd /DuckBA
		- ./DBA.install duckbox
	- Zrestartuj tuner
	- Uruchom telnet i wpisz
		- cd /DuckBA
		- ./DBA.install duckbox
		- na pytanie o instalacj bootmenu, odpowiedz "y"
	- Zrestartuj tuner
		Jeli wszystko przebiego pomynie, powinien pojawi si plik /DuckBA/dba.log zawierajcy:
			[DBA] Initialise bootmenu
			[DBA] No images found, skipping...
	
2b.Installation for original image:
	- not implemented yet
	
3.Pendrive preparation:
	- use your favorite software (e.g. createmini) to prepare partitions on a pendrive.

4.extract image:
	- Use standard tar command to extract image on a pendrive or....
	- Start telnet
	- cd /DuckBA
	- ./DBA.manage extract <archive name> <device>  [<label>](e.g. ./DBA.manage extract /tmp/BPanther.tar.gz /dev/sda1 BPanther)
			NOTE: It's alwasy good practice to set meaningful label. ;)

5.image preparation:
	- start telnet
	- ./DBA.manage prepare <device> [<device 4 uboot>]
	- where:
		<device> can be: /dev/sd[a-z][1-9]
				 label of the partition
		<device 4 uboot>:/dev/sd[a-z][1-9] - device how uboot sees disk. If you have 1 pendrive it will be most probably sda
			
6. Add new item to bootmenu:
	- cd /DuckBA
	- ./DBA.manage add <itemID [1-3]> <menu item name> <prepared image name>
	- where:
		<itemID> - just number between 1 and 3
		<menu item name> - 16 chars long name which will be displayed on the VFD
		<prepared image name> - filename of the prepared uImage in step 5. Can be found in images directory
		
7. Building multiboot:
	- cd /DuckBA
	- ./DBA.manage build

		8. Remove item from bootmenu:
	- Simply delete specific file in the /DuckBA/images folder

9. Manual image(s) activation:
	- cd /DuckBA
	- ./DBA.manage activate <flash | last | [1-3]>
	- where:
		flash - setting booting from flash
		last - setting booting from last used USB image
		[1-3] setting booting from image 1-3 (look at bootmenu step)

10. Backup of the soft or configuration:
	- cd /DuckBA
	- ./DBA.manage backup <duckba | config>"
	tools description:
	- img2targz.sh bash script to export files from img image to .tar.gz file, has to be run on PC linux
